home *** CD-ROM | disk | FTP | other *** search
- on iflchecksystem
- set checksys to 1
- if the videoForWindowsPresent = 0 then
- set the castNum of sprite 9 to 89
- set the castNum of sprite 10 to 90
- set the castNum of sprite 11 to 92
- set the loc of sprite 12 to point(2000, 2000)
- set the loc of sprite 13 to point(2000, 2000)
- updateStage()
- repeat while checksys = 1
- if rollOver(10) then
- repeat while rollOver(10)
- set the castNum of sprite 10 to 91
- updateStage()
- if the mouseDown then
- open(the pathName & "\system\vfw_11e\setup.exe")
- set checksys to 0
- exit repeat
- end if
- end repeat
- set the castNum of sprite 10 to 90
- updateStage()
- end if
- if rollOver(11) then
- repeat while rollOver(11)
- set the castNum of sprite 11 to 93
- updateStage()
- if the mouseDown then
- set checksys to 0
- exit repeat
- end if
- end repeat
- set the castNum of sprite 11 to 92
- updateStage()
- end if
- end repeat
- end if
- end
-